@media (max-width: 767px) {
  .navbar .container-fluid {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .navbar .container-fluid:before, .navbar .container-fluid:after {
      display: none; } }

#navbar-collapse-1 {
  padding: 0px; }

.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.navbar__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .navbar__inner .navbar-nav {
    margin: 0; }
    @media (min-width: 768px) {
      .navbar__inner .navbar-nav {
        float: none;
        margin: 0; } }
    .navbar__inner .navbar-nav li {
      float: left; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  padding: 9px 20px;
  color: white;
  line-height: 20px; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background: white;
    color: #e20932; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background: white;
        color: #e20932; } }

.navbar-dropdown {
  margin: 0;
  float: none;
  display: none; }
  @media (max-width: 1400px) {
    .navbar-dropdown {
      display: block; } }
  .navbar-dropdown .dropdown-inverse > .dropdown-toggle {
    padding-top: 11px;
    padding-bottom: 12px; }
  .navbar-dropdown .dropdown-inverse > .dropdown-menu {
    position: fixed;
    padding-bottom: 10px;
    top: 39px;
    width: 188px;
    height: auto;
    z-index: 999;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 0px;
    border-bottom: 3px solid #e20932;
    background: #656C6F; }
  .navbar-dropdown .dropdown-inverse.open .icon-bar {
    background: white; }

.navbar-default {
  margin-bottom: 0px;
  z-index: 999; }
  @media (min-width: 1400px) {
    .navbar-default .container-fluid {
      width: 100%;
      max-width: 1600px; } }
  .navbar-default .navbar-brand span {
    color: black; }
    .navbar-default .navbar-brand span.navbar-brand--red,
    .navbar-default .navbar-brand span.navbar-brand--red span {
      color: #e20932; }
  .navbar-default .navbar-brand, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    font: 24px/20px GothamProBold;
    color: #e20932; }
  .navbar-default .navbar-nav > li.active > a .badge {
    background: white;
    color: #e20932; }
  .navbar-default .navbar-nav.navbar-nav-collapse > li.nav__filter {
    display: none; }
    @media (min-width: 768px) and (max-width: 1400px) {
      .navbar-default .navbar-nav.navbar-nav-collapse > li.nav__filter {
        display: block; } }

@media (max-width: 1400px) and (min-width: 768px) {
  .navbar-default .navbar-nav.navbar-nav-collapse > li {
    display: none; } }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px; }
  .navbar-default .navbar-nav > li.nav__phone a {
    padding: 7px 12px;
    font: 18px/20px 'ClearSans', sans-serif;
    height: 38px;
    line-height: 22px; }
    @media (max-width: 767px) {
      .navbar-default .navbar-nav > li.nav__phone a span {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar-default .navbar-nav > li.nav__phone a span {
        display: none; } }
    .navbar-default .navbar-nav > li.nav__phone a:hover {
      background: white; }
    .navbar-default .navbar-nav > li.nav__phone a:before {
      display: none;
      content: '';
      position: absolute;
      left: -2px;
      top: 12px;
      width: 15px;
      height: 15px;
      background: url(../img/sprite2.svg) 72.94521% 54.71698% no-repeat; }
      @media (max-width: 767px) {
        .navbar-default .navbar-nav > li.nav__phone a:before {
          display: block;
          left: 4px;
          top: 12px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .navbar-default .navbar-nav > li.nav__phone a:before {
          display: block;
          left: 4px;
          top: 10px; } }
    @media (min-width: 1401px) and (max-width: 1550px) {
      .navbar-default .navbar-nav > li.nav__phone a span {
        display: none; }
      .navbar-default .navbar-nav > li.nav__phone a:before {
        display: block;
        left: 4px;
        top: 10px; } }
  .navbar-default .navbar-nav a.nav__login-btn {
    padding-right: 0px;
    color: #e20932; }
    @media (max-width: 767px) {
      .navbar-default .navbar-nav a.nav__login-btn span {
        display: none; } }
  .navbar-default .navbar-nav > li.nav__basket a {
    padding-left: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    position: relative;
    display: inline-block; }
    .navbar-default .navbar-nav > li.nav__basket a:before {
      content: '';
      position: absolute;
      width: 14px;
      height: 15px;
      background: url(../img/sprite.svg) 81.22867% 54.71698% no-repeat;
      top: 10px;
      left: 9px; }
      @media (max-width: 767px) {
        .navbar-default .navbar-nav > li.nav__basket a:before {
          top: 12px; } }
    .navbar-default .navbar-nav > li.nav__basket a span:first-child {
      color: #e20932; }
    @media (max-width: 767px) {
      .navbar-default .navbar-nav > li.nav__basket a {
        padding-right: 10px; }
        .navbar-default .navbar-nav > li.nav__basket a span:first-child {
          display: none; } }
  .navbar-default .navbar-nav > li > a.dropdown-toggle {
    padding: 13px 10px 12px 10px; }
  .navbar-default .navbar-nav a.nav__profile {
    display: inline-block;
    padding-left: 0px;
    color: #e20932; }
    .navbar-default .navbar-nav a.nav__profile:hover, .navbar-default .navbar-nav a.nav__profile:focus {
      text-decoration: underline;
      background: transparent; }
  .navbar-default .navbar-nav a.nav__logout {
    position: relative;
    display: inline-block; }
    .navbar-default .navbar-nav a.nav__logout:hover, .navbar-default .navbar-nav a.nav__logout:focus {
      background: transparent; }
    .navbar-default .navbar-nav a.nav__logout:before {
      content: '';
      position: absolute;
      width: 11px;
      height: 15px;
      background: url(../img/sprite.svg) 25.67568% 64.15094% no-repeat;
      top: 4px;
      left: 10px; }
    @media (max-width: 991px) {
      .navbar-default .navbar-nav a.nav__logout {
        margin-left: 9px; } }
  .navbar-default .navbar-nav a.nav__login-btn {
    padding-left: 20px;
    position: relative;
    display: inline-block; }
    .navbar-default .navbar-nav a.nav__login-btn:before {
      content: '';
      position: absolute;
      width: 11px;
      height: 15px;
      background: url(../img/sprite.svg) 25.67568% 64.15094% no-repeat;
      top: 9px;
      left: 5px; }
      @media (max-width: 767px) {
        .navbar-default .navbar-nav a.nav__login-btn:before {
          top: 11px;
          left: 4px; } }
    @media (max-width: 767px) {
      .navbar-default .navbar-nav a.nav__login-btn {
        margin-left: 0px;
        height: 32px; } }
  .navbar-default .navbar-nav > li.nav__filter a {
    font-size: 14px; }
    .navbar-default .navbar-nav > li.nav__filter a:hover, .navbar-default .navbar-nav > li.nav__filter a:focus {
      background: transparent; }
  .navbar-default .navbar-nav > li.nav__registration {
    color: #666666;
    height: 38px; }
    .navbar-default .navbar-nav > li.nav__registration > a {
      display: inline-block; }
      .navbar-default .navbar-nav > li.nav__registration > a:first-child {
        padding-right: 0px;
        height: 38px; }
        @media (max-width: 767px) {
          .navbar-default .navbar-nav > li.nav__registration > a:first-child {
            padding-right: 9px;
            padding-left: 10px; } }
      .navbar-default .navbar-nav > li.nav__registration > a:last-child {
        padding-left: 0px;
        padding-bottom: 5px; }
      .navbar-default .navbar-nav > li.nav__registration > a:hover span {
        text-decoration: underline; }
      .navbar-default .navbar-nav > li.nav__registration > a:hover, .navbar-default .navbar-nav > li.nav__registration > a:focus, .navbar-default .navbar-nav > li.nav__registration > a:active {
        background: transparent; }
    @media (max-width: 767px) {
      .navbar-default .navbar-nav > li.nav__registration a > span,
      .navbar-default .navbar-nav > li.nav__registration > span {
        display: none; } }
  .navbar-default .navbar-nav > li.nav__search {
    padding: 0px; }

  .nav__search-place > .search-block{
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 272px;
  }
  .nav__search > a{
      position: relative;
  }
  
  @media (max-width: 767px){
    .navbar-default .navbar-nav > li.nav__search{
        position: initial;
    }
    .nav__search-place > .search-block{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        width: auto;
    }
  }
  
.navbar-inverse {
  margin-top: 10px;
  padding-top: 0px;
  border-top: 1px solid #84898C;
  border-bottom: 1px solid #84898C; }
  .navbar-inverse .navbar-nav {
    margin: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    float: none; }
    .navbar-inverse .navbar-nav li:first-child a {
      padding-left: 0;
      margin-left: 0; }
    .navbar-inverse .navbar-nav li:last-child a {
      padding-right: 0;
      margin-right: 0; }
    .navbar-inverse .navbar-nav > li > a {
      margin: 0px 5px;
      padding: 12px 0px 13px 0px;
      font: 13px 'ClearSans', sans-serif; }
    .navbar-inverse .navbar-nav:before, .navbar-inverse .navbar-nav:after {
      content: none;
      display: none; }

.navbar-nav > li > a.nav__filter-trigger,
a.nav__filter-trigger {
  display: inline-block;
  padding: 9px 5px; }
  .navbar-nav > li > a.nav__filter-trigger, .navbar-nav > li > a.nav__filter-trigger:focus,
  a.nav__filter-trigger,
  a.nav__filter-trigger:focus {
    color: #666; }
  .navbar-nav > li > a.nav__filter-trigger:hover,
  a.nav__filter-trigger:hover {
    color: #e20932; }

.navbar-header .nav__filter-trigger {
  visibility: hidden;
  position: relative;
  display: none; }
  @media (max-width: 991px) {
    .navbar-header .nav__filter-trigger {
      display: inline-block;
      padding: 0px;
      height: 39px;
      width: 39px; } }
  .navbar-header .nav__filter-trigger:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 15px;
    background: url(../img/sprite2.svg) 52.59516% 47.54717% no-repeat;
    top: 13px;
    left: 12px; }

.navbar-toggle {
  float: none;
  margin-right: 0px; }

.navbar-brand {
  padding: 0px 10px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*
.dropdown-inverse>.dropdown-menu {
    position: fixed;
    top: 36px;
    width: 195px;
    height: 100%;
    z-index: 999;
    border-top: 0px;
    background: #656C6F;
}*/
